home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…ry 5: (Reseller Edition) / Apple Reference & Presentations Library 5.0 (Reseller Edition).iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_180637.txt < prev    next >
Text File  |  1987-11-25  |  3KB  |  151 lines

  1. -- card: 180637 from stack: in
  2. -- bmap block id: 183168
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=12 top=123 right=151 bottom=117
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Day of week
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   global userName
  23.   Ask "Please type your birthday." with the date
  24.   Put it into card field 1
  25.   Convert it to long date
  26.   If userName is empty then Put "That's a " & item 1 of it & "." into card field 2
  27.   else Put "That's a " & item 1 of it & "," && word 1 of userName & "." into card field 2
  28. end mouseUp
  29.  
  30.  
  31.  
  32. -- part 2 (field)
  33. -- low flags: 00
  34. -- high flags: 0004
  35. -- rect: left=13 top=154 right=175 bottom=96
  36. -- title width / last selected line: 0
  37. -- icon id / first selected line: 0 / 0
  38. -- text alignment: 0
  39. -- font id: 3
  40. -- text size: 12
  41. -- style flags: 0
  42. -- line height: 16
  43. -- part name: 
  44.  
  45.  
  46. -- part 3 (field)
  47. -- low flags: 00
  48. -- high flags: 0004
  49. -- rect: left=14 top=179 right=233 bottom=132
  50. -- title width / last selected line: 0
  51. -- icon id / first selected line: 0 / 0
  52. -- text alignment: 0
  53. -- font id: 3
  54. -- text size: 12
  55. -- style flags: 0
  56. -- line height: 16
  57. -- part name: 
  58.  
  59.  
  60. -- part 4 (button)
  61. -- low flags: 00
  62. -- high flags: 0000
  63. -- rect: left=255 top=292 right=314 bottom=282
  64. -- title width / last selected line: 0
  65. -- icon id / first selected line: 0 / 0
  66. -- text alignment: 1
  67. -- font id: 0
  68. -- text size: 12
  69. -- style flags: 0
  70. -- line height: 16
  71. -- part name: 
  72. ----- HyperTalk script -----
  73. on mouseUp
  74.   go to card id 6599
  75. end mouseUp
  76.  
  77.  
  78.  
  79.  
  80. -- part 5 (button)
  81. -- low flags: 00
  82. -- high flags: 0000
  83. -- rect: left=100 top=96 right=135 bottom=141
  84. -- title width / last selected line: 0
  85. -- icon id / first selected line: 19678 / 19678
  86. -- text alignment: 1
  87. -- font id: 0
  88. -- text size: 12
  89. -- style flags: 0
  90. -- line height: 16
  91. -- part name: Tell Me About...
  92. ----- HyperTalk script -----
  93. on mouseUp
  94.   if visible of card field username then hide card field username
  95.   else show card field username
  96. end mouseUp
  97.  
  98.  
  99. -- part 6 (field)
  100. -- low flags: 81
  101. -- high flags: 2004
  102. -- rect: left=160 top=73 right=168 bottom=344
  103. -- title width / last selected line: 0
  104. -- icon id / first selected line: 0 / 0
  105. -- text alignment: 0
  106. -- font id: 2
  107. -- text size: 12
  108. -- style flags: 0
  109. -- line height: 16
  110. -- part name: userName
  111. ----- HyperTalk script -----
  112. on mouseUp
  113.   hide card field userName
  114. end mouseUp
  115.  
  116.  
  117. -- part contents for background part 43
  118. ----- text -----
  119. 337,122
  120.  
  121. -- part contents for background part 2
  122. ----- text -----
  123. Convert
  124.  
  125. -- part contents for background part 1
  126. ----- text -----
  127. convert <container> to <format>
  128.  
  129. Converts the date or time in the container to the format specified.  The formats are:
  130.  
  131. seconds       --seconds since 1904
  132. dateItems   --integers representing year,month,day,
  133.                    --hour,minute,sec,day of week
  134. long date    --Monday, May 11, 1987
  135. short date   --5/11/87
  136. abbreviated date --Mon, May 11, 1987 
  137. long time    --2:05:15 PM
  138. short time  --2:05 PM
  139.  
  140.  
  141. -- part contents for card part 3
  142. ----- text -----
  143. That's a Monday, Carol.
  144.  
  145. -- part contents for card part 6
  146. ----- text -----
  147. This script uses any name you've typed in the User Name blank on the User Preferences card in the Home stack.
  148.  
  149. -- part contents for card part 2
  150. ----- text -----
  151. 12/21/42